Lender Price API
Locking a Loan Without LOS / 2. Get a Loan / 2.2 Get Loan
In This Topic
    2.2 Get Loan
    In This Topic

    This API returns a Price Quote created with 2.1 Create New PriceQuote with Search (not using LOS).

    Path

    GET /rest/v1/lp-ppe-api/los/price-quote/get/{{priceQuoteId}}
    

    Headers     

    Authorization
    
    Bearer {{accessToken}}
    

     

    Body

    This API uses no body.

    Example Request

    Copy Code
    curl --location -g '{{protocol}}{{domain}}/rest/v1/lp-ppe-api/los/price-quote/get/{{priceQuoteId}}' \
    --header 'Authorization: Bearer {{accessToken}}'

    Example Response

    This request doesn't return a response body.